SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

Day 45 - Beautiful Soup & Web scraping & robots.txt

Day 45 - Beautiful Soup & Web scraping & robots.txt

const 斷言 & infer 關鍵字

const 斷言 & infer 關鍵字

位元運算

位元運算






留言討論